home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / TEXUTILS / ReadMe
Text File  |  1996-10-15  |  1KB  |  47 lines

  1. Some TeX Utilities:
  2. ===================
  3.  
  4.  
  5. Those are all command-line driven! All programs include executable binaries as
  6. well as the source code.
  7.  
  8.  
  9. C++2LaTeX contains binaries to convert C and C++ files to LaTeX source code.
  10.  
  11. html2LaTeX does the same for html files.
  12.  
  13. LaTeX2rtf converts LaTeX source files to RTF format (warning: this doesn't work
  14. too well; it's not a complete LaTeX interpreter, after all...)
  15.  
  16. rtf2(La)TeX works the other way around (and quite well from all I've tried so
  17. far).
  18.  
  19.  
  20.  
  21. General notes:
  22. ==============
  23.  
  24. I changed the way some programs read auxiliary files (changing the order of filename
  25. and extension, i.e. from english.land to land.english). Also programs that only
  26. wrote to stdout were modified to allow directly writing to output files. Some other
  27. small changes shall remain undocumented (since I just can't recall them any more...)
  28.  
  29.  
  30.  
  31. Note about the sources:
  32. =======================
  33.  
  34. Since I'm using GCC, the UnixLib headers and GSTstubs there are some incompatibi-
  35. lities I have to take into account. One of them is ctype.h which is incompatible
  36. in the UnixLib version, so any reference in the source codes is redirected to a
  37. custom file I made which can be used in conjunction with GSTstubs. Other minor
  38. changes concern avoiding putc, getc and all their derivaties, replacing them with
  39. fputc and fgetc instead. So don't be amazed...
  40.  
  41.  
  42.  
  43.  
  44. Andreas Dehmel
  45. dehmel@informatik.tu-muenchen.de
  46. (may become invalid later this year, don't know exactly yet...)
  47.